home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / doc / example.pvmrc < prev    next >
Text File  |  1997-07-22  |  511b  |  34 lines

  1.  
  2. #
  3. # example PVM console startup script
  4. # copy this file to $HOME/.pvmrc
  5. #
  6.  
  7. #
  8. # command aliases
  9. #
  10. alias ? help
  11. alias print_environment spawn -> /bin/env
  12. alias h help
  13. alias j jobs
  14. alias t ps
  15. alias tm trace
  16. alias v version
  17.  
  18. #
  19. # important for debugging
  20. #
  21. setenv PVM_EXPORT DISPLAY
  22.  
  23. #
  24. # want to see these trace events by default
  25. #
  26. tm addhosts delhosts halt
  27. tm pvm_mytid pvm_exit pvm_parent
  28. tm send recv nrecv probe mcast trecv sendsig recvf
  29.  
  30. version  # print PVM release version
  31. id       # print console TID
  32. #conf
  33.  
  34.